Micron Document
✓ RNS 1.4.2 released https://pypi.org/project/rns/

🬤 rns.recipes

Forum / Help / Thread / Export

Markdown export · micron-sites-creationstyling-help-forum.md

Copy the block below or save it to a .md file.


# Micron Sites creation/Styling Help - Forum

_Help · started by falafool on Thu, May 28, 2026 9:14 AM_

---

## Original post

**falafool** · Thu, May 28, 2026 9:14 AM

I'll start of with three questions I need help with.

1. I want to create a line with two text in different spaces for example:
`l lefttext `r righttext

but what happens is that it gets only displayed on the right, is there any way to archive the behavior i'd like?

I'd also later like to script a dropdown menu and hope that it doesn't displace all other text

2. apropos can text/the dropdown text be displayed over other text?

3. How do dynamic website changes work without external programming languages?

I was trying out the Partials example from micron playground NomadNetGuide.mu:
https://rfnexus.github.io/micron-parser-js/

```
Name: `B444`<user_name`>`b

`F38a`[Say hello`p:32]`f

`{f64a846313b874e84a357039807f8c77:/page/hello_partial.mu`0`pid=32|user_name}
```

and on MeschatX clicking the link just gives an error:
Unsupported url p:32

---

## Reply 1

**Anonymous** · Sat, May 30, 2026 10:14 AM

**falafool** wrote:
> I&#039;ll start of with three questions I need help with.
>
> 1. I want to create a line with two text in different spaces for example:
>
> `l lefttext `r righttext
>
> but what happens is that it gets only displayed on the right, is there any way to archive the behavior i&#039;d like?
>
> I&#039;d also later like to script a dropdown menu and hope that it doesn&#039;t displace all other text
>
> 2. apropos can text/the dropdown text be displayed over other text?
>
> 3. How do dynamic website changes work without external programming languages?
>
> I was trying out the Partials example from micron playground NomadNetGuide.mu:
> https://rfnexus.github.io/micron-parser-js/
>
> ```
> Name: `B444`&lt;user_name`&gt;`b
>
> `F38a`[Say hello`p:32]`f
>
> `{f64a846313b874e84a357039807f8c77:/page/hello_partial.mu`0`pid=32|user_name}
> ```
>
> and on MeschatX clicking the link just gives an error:
> Unsupported url p:32

Yeah, I have the same problem in MeshchatX.
In Nomadnet it doesn't give out an error. But there I have the problem, that the partial isn't displayed at all.
I only get the ⧖ symbol without the partial ever loading. Did someone got it to work in Nomadnet?

---